From: Kim F. Storm Date: Wed, 24 Jan 2007 00:26:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2684 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1f949509c47bac2608f933817a9928d8e513fdac;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69f0508c512..cc3b4942779 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2007-01-24 Kim F. Storm + + * ido.el (ido-initial-position): New variable. + (ido-read-internal): Set it if default item is specified. + (ido-minibuffer-setup): Position cursor accordingly if set. + (ido-edit-input): C-e moves to end of input if not already there. + (ido-magic-backward-char): C-b does like M-b if prev char is /. + Don't switch to buffer mode if repeating C-b at start of input. + (ido-toggle-ignore): C-a only toggles ignore at start or end of + input; else it moves to start of input. + (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is + not at end of input, delete rest of input, rather than normal op. + 2007-01-23 Michael Kifer * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. diff --git a/src/ChangeLog b/src/ChangeLog index 8eb70435c7f..18fc71f076a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-01-24 Kim F. Storm + + * keymap.c (describe_map): Don't consider prefix keys to be shadowed. + 2007-01-23 Juanma Barranquero * editfns.c (Finsert_char): Doc fix.